home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 2000
/
MacHack 2000.toast
/
pc
/
The Hacks
/
Vertigo
/
Nub
/
Patches.h
< prev
next >
Wrap
Text File
|
2000-06-23
|
190b
|
18 lines
#ifndef _PATCHES_
#define _PATCHES_
#ifdef __cplusplus
extern "C" {
#endif
void InitializePatches(void);
void FinalizePatches(void);
#ifdef __cplusplus
}
#endif
#endif /* _PATCHES_ */